|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IWebServiceTypeSet
This interface represents the folder resource of an application project that contains the web service type configuration information file and folder resources.
| Method Summary | |
|---|---|
IBusinessObject |
createBusinessObject(java.lang.String name)
Throws UnsupportedOperationException when called; web service business objects cannot be created. |
void |
deleteBusinessObject(IBusinessObject businessObject)
Throws UnsupportedOperationException when called; web service business objects cannot be deleted. |
IBusinessObject |
getBusinessObject(java.lang.String name)
Returns the business object with the specified name. |
IWebService |
getWebService()
Returns the IWebService that contains this message set. |
| Methods inherited from interface org.eclipse.vtp.desktop.projects.core.IBusinessObjectSet |
|---|
getBusinessObjects |
| Methods inherited from interface org.eclipse.vtp.desktop.projects.core.IVoiceToolsResource |
|---|
addRefreshListener, deferEvents, getName, getParent, getProject, refresh, removeRefreshListener, resumeEvents |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
|---|
getAdapter |
| Method Detail |
|---|
IBusinessObject createBusinessObject(java.lang.String name)
throws java.lang.UnsupportedOperationException
createBusinessObject in interface IBusinessObjectSetname - The name of the new business object
java.lang.UnsupportedOperationException - when called; web service business
objects cannot be created.
void deleteBusinessObject(IBusinessObject businessObject)
throws java.lang.UnsupportedOperationException
deleteBusinessObject in interface IBusinessObjectSetbusinessObject - The business object to remove
java.lang.UnsupportedOperationException - when called; web service business
objects cannot be deleted.IBusinessObject getBusinessObject(java.lang.String name)
name - The name of the business object to return.
IWebService getWebService()
IWebService that contains this message set.
IWebService that contains this message set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||